func internal/runtime/maps.rand

7 uses

	internal/runtime/maps (current package)
		map.go#L265: 	m.seed = uintptr(rand())
		map.go#L329: 	m.seed = uintptr(rand())
		map.go#L674: 		m.seed = uintptr(rand())
		map.go#L761: 	m.seed = uintptr(rand())
		runtime.go#L18: func rand() uint64
		table.go#L667: 	it.entryOffset = rand()
		table.go#L668: 	it.dirOffset = rand()